object AboutForm: TAboutForm Left = 671 Top = 509 BorderIcons = [] BorderStyle = bsDialog Caption = 'About' ClientHeight = 81 ClientWidth = 261 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 50 Top = 10 Width = 131 Height = 13 Caption = 'Ident Client (RFC1413) v1.0' end object Label2: TLabel Left = 50 Top = 25 Width = 196 Height = 13 Caption = 'Copyright � '#39'96 Beach Dreamin'#39' Software' Color = clBtnFace ParentColor = False end object Image1: TImage Left = 10 Top = 10 Width = 32 Height = 32 Center = True Picture.Data = {} end object BitBtn1: TBitBtn Left = 180 Top = 50 Width = 75 Height = 25 TabOrder = 0 OnClick = BitBtn1Click Kind = bkOK end object Edit1: TEdit Left = 10 Top = 60 Width = 91 Height = 13 BorderStyle = bsNone Color = clBtnFace ReadOnly = True TabOrder = 1 Text = 'lva@wirehub.net' end end